home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1997 April: Mac OS SDK
/
Dev.CD Apr 97 SDK1.toast
/
Development Kits (Disc 1)
/
MacTCP
/
MacTCP Developer Tools
/
HyperCard MacTCP Toolkit 1.0
/
TCP XCMD Docs
/
card_4612.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-11-21
|
779 b
|
32 lines
-- card: 4612 from stack: in
-- bmap block id: 0
-- flags: 0000
-- background id: 3170
-- name:
-- part contents for background part 9
----- text -----
Function:
-- part contents for background part 1
----- text -----
alphaSort(string,order)
-- part contents for background part 2
----- text -----
Sort the lines of a string.
-- part contents for background part 3
----- text -----
string
order
-- part contents for background part 7
----- text -----
string to be sorted
"ascending" or "descending" (optional)
-- part contents for background part 4
----- text -----
Sort and return the string parameter. If the order parameter is "ascending" or left off, sort in ascending alphanumeric order; if the order parameter is "descending", sort in descending alphanumeric order.